|
|
|
|
Item Field, DragDetectedEventArgs Class |
Defines which item is being dragged. May be null/Nothing indicating that no item is associated with this event.
Syntax DragDetectedEventArgs Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Item As ItemClass |
C# |
public readonly ItemClass Item; |
C++ |
public: <readonly> ItemClass^ Item; |
Comments
The Item field defines which item is being dragged. May be null/Nothing indicating that no item is associated with this event.